home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 1 / PC World Interactive 1 - Nisan 1997.iso / prog / masa / 8 / diskte~1.exe / 0 / RCDATA / TFORM1 / TFORM1.txt
Text File  |  1996-07-03  |  3KB  |  183 lines

  1. object Form1: TForm1
  2.   Left = 101
  3.   Top = 109
  4.   BorderStyle = bsDialog
  5.   Caption = 'Disktective 1.5'
  6.   ClientHeight = 338
  7.   ClientWidth = 472
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnCreate = FormCreate
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Bevel1: TBevel
  16.     Left = 16
  17.     Top = 16
  18.     Width = 441
  19.     Height = 257
  20.   end
  21.   object Bevel4: TBevel
  22.     Left = 200
  23.     Top = 176
  24.     Width = 241
  25.     Height = 65
  26.   end
  27.   object Bevel3: TBevel
  28.     Left = 272
  29.     Top = 88
  30.     Width = 169
  31.     Height = 73
  32.   end
  33.   object DirItemsLabel: TLabel
  34.     Left = 368
  35.     Top = 192
  36.     Width = 57
  37.     Height = 13
  38.     Alignment = taRightJustify
  39.     AutoSize = False
  40.     Color = clWhite
  41.     ParentColor = False
  42.   end
  43.   object Label2: TLabel
  44.     Left = 32
  45.     Top = 32
  46.     Width = 88
  47.     Height = 13
  48.     Caption = 'Selected directory:'
  49.   end
  50.   object NumberOfItemsText: TLabel
  51.     Left = 216
  52.     Top = 192
  53.     Width = 128
  54.     Height = 13
  55.     Caption = 'Total number of files found:'
  56.   end
  57.   object TotalDirectorySizeText: TLabel
  58.     Left = 216
  59.     Top = 216
  60.     Width = 91
  61.     Height = 13
  62.     Caption = 'Total directory size:'
  63.   end
  64.   object DirSizeLabel: TLabel
  65.     Left = 320
  66.     Top = 216
  67.     Width = 105
  68.     Height = 13
  69.     Alignment = taRightJustify
  70.     AutoSize = False
  71.     Color = clWhite
  72.     ParentColor = False
  73.   end
  74.   object ReportLabel: TLabel
  75.     Left = 280
  76.     Top = 80
  77.     Width = 32
  78.     Height = 13
  79.     Caption = 'Report'
  80.     Font.Color = clBlack
  81.     Font.Height = -11
  82.     Font.Name = 'MS Sans Serif'
  83.     Font.Style = []
  84.     ParentFont = False
  85.   end
  86.   object ResultsLabel: TLabel
  87.     Left = 208
  88.     Top = 168
  89.     Width = 35
  90.     Height = 13
  91.     Caption = 'Results'
  92.   end
  93.   object DirectoryListBox1: TDirectoryListBox
  94.     Left = 32
  95.     Top = 80
  96.     Width = 145
  97.     Height = 137
  98.     ItemHeight = 16
  99.     TabOrder = 0
  100.     OnChange = DirectoryListBox1Change
  101.   end
  102.   object DriveComboBox1: TDriveComboBox
  103.     Left = 32
  104.     Top = 224
  105.     Width = 145
  106.     Height = 19
  107.     DirList = DirectoryListBox1
  108.     TabOrder = 1
  109.   end
  110.   object StartButton: TButton
  111.     Left = 16
  112.     Top = 288
  113.     Width = 89
  114.     Height = 25
  115.     Caption = '&Start'
  116.     TabOrder = 2
  117.     OnClick = StartButtonClick
  118.   end
  119.   object HelpButton: TButton
  120.     Left = 376
  121.     Top = 288
  122.     Width = 83
  123.     Height = 25
  124.     Caption = '&Help'
  125.     TabOrder = 3
  126.     OnClick = HelpButtonClick
  127.   end
  128.   object ExitButton: TButton
  129.     Left = 288
  130.     Top = 288
  131.     Width = 81
  132.     Height = 25
  133.     Caption = '&Exit'
  134.     TabOrder = 4
  135.     OnClick = ExitButtonClick
  136.   end
  137.   object ViewReportButton: TButton
  138.     Left = 200
  139.     Top = 288
  140.     Width = 81
  141.     Height = 25
  142.     Caption = '&Report'
  143.     TabOrder = 5
  144.     OnClick = ViewReportButtonClick
  145.   end
  146.   object MakeReportCheck: TCheckBox
  147.     Left = 288
  148.     Top = 104
  149.     Width = 137
  150.     Height = 17
  151.     Alignment = taLeftJustify
  152.     Caption = 'Add to report'
  153.     TabOrder = 6
  154.     OnClick = MakeReportCheckClick
  155.   end
  156.   object DirectoryMemo: TMemo
  157.     Left = 32
  158.     Top = 48
  159.     Width = 409
  160.     Height = 17
  161.     ReadOnly = True
  162.     TabOrder = 7
  163.   end
  164.   object IncludeDateTimeCheck: TCheckBox
  165.     Left = 288
  166.     Top = 128
  167.     Width = 137
  168.     Height = 17
  169.     Alignment = taLeftJustify
  170.     Caption = 'Include Date and Time'
  171.     TabOrder = 8
  172.   end
  173.   object AbortButton: TButton
  174.     Left = 112
  175.     Top = 288
  176.     Width = 81
  177.     Height = 25
  178.     Caption = '&Abort'
  179.     TabOrder = 9
  180.     OnClick = AbortButtonClick
  181.   end
  182. end
  183.